home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / CTRON / CTROND.ZIP / T20NDIS.DOC < prev    next >
Encoding:
Text File  |  1992-05-19  |  1.7 KB  |  60 lines

  1.                          CABLETRON SYSTEMS INC.
  2.                     4/16 Mbps Token Ring NDIS Driver
  3.                             for MS OS/2 1.2X
  4.                                and MS DOS
  5.  
  6.  
  7. The following is an example of the line to be entered into the
  8. config.sys file.  Refer to the User Guide for your particular
  9. protocol to determine the point in the config.sys file where 
  10. the line should be located.
  11.  
  12. For MS OS/2 1.2X
  13. ----------------
  14. DEVICE=C:\<path>\T20NDIS.OS2
  15.  
  16. For MS DOS
  17. ----------
  18. DEVICE=C:\<path>\T20NDIS.DOS
  19.  
  20. The following is an example of what a protocol.ini file should
  21. look like once the correct parameters are loaded for the driver
  22. T20NDIS.OS2 or T20NDIS.DOS.
  23.  
  24. [PROTOCOL MANAGER]
  25.   DRIVERNAME = PROTMAN$
  26.  
  27. [NETBEUI_XIF]
  28.   Drivername = netbeui$
  29.   BINDINGS = "T20"
  30.  
  31. [T20]
  32.     DRIVERNAME=T20NDIS$
  33.     IOADDRESS=0XA20
  34.     DMACHANNEL=5
  35.     INTERRUPT=3
  36.     BANDWIDTH=0
  37.     MEDIA=PRI
  38.     TIMING=DEF
  39.     RECEIVEBUFSIZE=4096
  40.     RECEIVEBUFFERS=6
  41.     MAXREQUESTS=6
  42.     MAXMULTICAST=10
  43.     MAXTRANSMITS=6
  44.     RECEIVECHAINS=6
  45.  
  46. NOTE:  The values specified are default values.  It is required to list
  47.        the keyword in the table only if you choose to use something other
  48.        than the default value.  There are two exceptions, the keywords
  49.        DRIVERNAME and BOARDTYPE must always be specified.
  50.  
  51. Possible choices for hardware parameters:
  52.  
  53.     IOADDRESS  ==>  0XA20, 0X0A80, 0X1A20, 0X1A80
  54.     DMACHANNEL ==>  5, 6, 7
  55.     INTERRUPT  ==>  3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15
  56.     BANDWIDTH  ==>  0-16 Mbps, 1-4 Mbps
  57.     MEDIA      ==>  PRI - Shielded TP, SEC - Unshielded TP
  58.     TIMING     ==>  DEF - Default Timing, ALT - IBM PS/2 Model 30
  59.  
  60.